SpatialBarcode
data class SpatialBarcode(val value: String, val type: Barcode.Type, val bounds: Rect? = null, val sourceImageWidth: Int = 0, val sourceImageHeight: Int = 0)
Constructors
Link copied to clipboard
constructor(value: String, type: Barcode.Type, bounds: Rect? = null, sourceImageWidth: Int = 0, sourceImageHeight: Int = 0)